type crypto/tls.permanentError
6 uses
crypto/tls (current package)
conn.go#L180: type permanentError struct {
conn.go#L184: func (e *permanentError) Error() string { return e.err.Error() }
conn.go#L185: func (e *permanentError) Unwrap() error { return e.err }
conn.go#L186: func (e *permanentError) Timeout() bool { return e.err.Timeout() }
conn.go#L187: func (e *permanentError) Temporary() bool { return false }
conn.go#L191: hc.err = &permanentError{err: e}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)